Package com.cisco.pt.ipc.sim.pdu.impl
Class NFFlowSetImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
com.cisco.pt.ipc.sim.pdu.impl.PduImpl
com.cisco.pt.ipc.sim.pdu.impl.NFFlowSetImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NFFlowprotected intprotected intprotected FlowSetTypeprotected NFTemplateFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
fieldNames, fieldTable, signalType, typeTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) getFieldType(String fieldName) intintvoidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetDataFlow(NFFlow dataFlow) voidsetFlowSetId(int flowSetId) voidsetFlowSetLength(int flowSetLength) voidsetFlowSetType(FlowSetType flowSetType) voidsetFlowTemplate(NFTemplate flowTemplate) Methods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
getFieldValueMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
getFieldValue
-
Field Details
-
dataFlow
-
flowSetType
-
flowSetId
protected int flowSetId -
flowSetLength
protected int flowSetLength -
flowTemplate
-
-
Constructor Details
-
NFFlowSetImpl
public NFFlowSetImpl()
-
-
Method Details
-
getDataFlow
- Specified by:
getDataFlowin interfaceNFFlowSet- Returns:
- NFFlow Returns a NFFlow
-
setDataFlow
- Specified by:
setDataFlowin interfaceNFFlowSet- Parameters:
dataFlow- Takes in a parameter of dataFlow
-
getFlowSetType
- Specified by:
getFlowSetTypein interfaceNFFlowSet- Returns:
- FlowSetType Returns a FlowSetType
-
setFlowSetType
- Specified by:
setFlowSetTypein interfaceNFFlowSet- Parameters:
flowSetType- Takes in a parameter of flowSetType
-
getFlowSetId
public int getFlowSetId()- Specified by:
getFlowSetIdin interfaceNFFlowSet- Returns:
- int Returns a int
-
setFlowSetId
public void setFlowSetId(int flowSetId) - Specified by:
setFlowSetIdin interfaceNFFlowSet- Parameters:
flowSetId- Takes in a parameter of flowSetId
-
getFlowSetLength
public int getFlowSetLength()- Specified by:
getFlowSetLengthin interfaceNFFlowSet- Returns:
- int Returns a int
-
setFlowSetLength
public void setFlowSetLength(int flowSetLength) - Specified by:
setFlowSetLengthin interfaceNFFlowSet- Parameters:
flowSetLength- Takes in a parameter of flowSetLength
-
getFlowTemplate
- Specified by:
getFlowTemplatein interfaceNFFlowSet- Returns:
- NFTemplate Returns a NFTemplate
-
setFlowTemplate
- Specified by:
setFlowTemplatein interfaceNFFlowSet- Parameters:
flowTemplate- Takes in a parameter of flowTemplate
-
getFieldType
- Overrides:
getFieldTypein classPduImpl
-
read
Reads this object from an EncodedBuffer of raw data -
pduRead
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal- Overrides:
getOrderedFieldNamesin classPduImpl
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal- Overrides:
encodeTypeAndPayloadin classPduImpl
-